home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / mus / misc / 8svxtoxxx.lha / 8SVXtoXXX.readme < prev    next >
Text File  |  1999-02-05  |  4KB  |  126 lines

  1. About 8SVXtoXXX v1.1 by Deniil 715!
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. This program was made in 1999-02-05.
  4.  
  5. Intro:
  6. ~~~~~~
  7. The is a sample-converter which can convert mono and stereo
  8. IFF-8SVX samples to:
  9.  
  10. * IFF-8SVX     - mono/stereo
  11. * RAW          - mono/stereo, 8/16 bit, motorola/intel, signed
  12. * Audio IFF    - mono/stereo, 8/12/16 bit
  13. * RIFF-WAVE    - mono/stereo, 8/12/16 bit, PCM
  14. * RIFX-WAVE    - as RIFF but in motorola-format, rarely used
  15. * Creative VOC - mono/stereo  8/12/16 bit, PCM, v1.20
  16.  
  17. It can also resample the samples in a couple of ways:
  18.  
  19. * Not at all
  20. * Half the frequency
  21. * Double the frequency
  22. * resample to 11025 Hz
  23. * resample to 16000 Hz
  24. * resample to 22050 Hz
  25. * resample to 32000 Hz
  26. * resample to 44100 Hz
  27. * resample to 48000 Hz
  28.  
  29. This can be done in high quality or not.
  30.  
  31.  
  32. Disclaimer
  33. ~~~~~~~~~~
  34. I will not be held responsible for any damage that this
  35. program might do to your system.
  36.  
  37.  
  38. Some notes..:
  39. ~~~~~~~~~~~~~
  40. This program is made in Amiga-E with the resample- and save-routines
  41. in optimized assembler, this increases the speed for like 3 times!
  42.  
  43. I don't know if the RIFX-WAVE (motorola-version of RIFF-WAVE) is
  44. saved right because I have no program that can read it.. :(
  45. However, the other formats has been tested with AudioMaster IV,
  46. Play16 v1.6 and MusicInPPC mpeg-encoder.
  47.  
  48.  
  49. Usage:
  50. ~~~~~~
  51. The program has a GUI with a numeros of gadgets:
  52.  
  53. `InputFile:'  - This is where you specify the IFF-file to convert.
  54.  
  55. `OutputFile:' - This is the resulting file.
  56.  
  57. `Asl'         - Theese buttons brings up file-requesters to pick files.
  58.  
  59. `ReSample:'   - Here you can set if you want to resample the inputfile.
  60.  
  61. `HiQ'         - If resampling should be done in high quality.
  62.  
  63. `SaveFormat:' - Here you select which file-format you want you
  64.                 OutputFile to be in.
  65.  
  66. `i'           - Ihis is to get some info about the selected saveformat.
  67.  
  68. `Bits:'       - The bit-resolution of the OutputFile.
  69.  
  70. `Mono/Stereo' - Select if you want to save in mono or stereo.
  71.                 Note that if you convert a stereo-file to mono the
  72.                 left channel will be used!
  73.  
  74. `ByteOrder:'  - This toggles if you want to save in Motorola (MSB first)
  75.                 or Intel (LSB first).
  76.                 Note that if you save a WAV in motorola it will be an
  77.                 RIFX-WAVE file which is rarely used, use intel instead!
  78.  
  79. `Un/Signed'   - If the output should be in signed or unsigned in
  80.                 the RAW format.
  81.  
  82. `Use list'    - This toggle if you want to use a filelist instead of
  83.                 converting single files.
  84.                 Note that if you're using a list, the OutputFile will
  85.                 contain the destination-directory for all files!
  86.  
  87. `List'        - Brings you to the file-list.
  88.  
  89. `Abort'       - Used to abort an operation.
  90.  
  91. `Convert'     - This will execute whatever you have setup the program
  92.                 to do.
  93.  
  94. `About'       - Shows some info about the program.
  95.  
  96. `Quit'        - Ends the program.
  97.  
  98.  
  99. Note that if you resample a file which frequency is less than 1%
  100. from the original it wouldn't be resampled, just labled with the
  101. new frequency!
  102.  
  103. Ex. ReSample "bla.iff" which is saved in 31960 Hz from f.ex Audiomaster
  104.     to 32000Hz will not resample the file just label it 32000Hz.
  105.  
  106.  
  107. Requirements:
  108. ~~~~~~~~~~~~~
  109. OS v37
  110. Asl.library v37           - Only required to use file-requenster
  111. MathIEEEDoubTrans.library - Only required to save in AIFF.
  112.  
  113. A couple of 100kb of memory..
  114.  
  115.  
  116. Author:
  117. ~~~~~~~
  118. You can reach me at: deniil@algonet.se
  119.  
  120. You can also browse in on OnyxSoft homepage at:
  121.  www.alfaskop.net/~onyxsoft/
  122.  
  123. or my homepage at:
  124.  www.algonet.se/~deniil/
  125.  
  126.